Loading...
 

Classroom area

Domain Declarations

Description

Domain declarations are used to divide classes in the database into domains. The bit pattern specifies the domain in which an object is to be placed when it is created (write) and also specifies which domains are permitted for read access (read).

The domain declarations defined with this module can then be assigned, for example, to a client, a warehouse or a cost centre as so-called domain holders.

In the most common case, domain declarations are used to separate financial accounting accounts of different clients - with the same system usage. For this purpose, the same chart of accounts, the same customers, suppliers, etc. are used across all clients, only the account assignment data (value accounts) themselves are separated by domains.

Functionality

Input window

This window is used to maintain domain declaration objects. In addition to the identification, description and assignment to a class, the first 8 bits of the domain can be specified when writing and reading. For writing, only a single bit can be specified, for reading, several different domains can be allowed at the same time.

Menu
Menu item Description
Edit -
: Login Register domain
: Log off (set default value 1) Log off domain
Notes Create/edit notes
Close Close window
Search Call up list window
Registered domains Show registered domains
Toolbar
Symbol Description
 new.png Create new domain declaration
 save.png Save changes
 delete.png Delete domain declaration
 CX_PRINTER_hardcopy.png Print Domain Declaration
 pin.png  pinned.png Create/edit notes
Fields
Field Description
ID Identification of the domain declaration
Company code Company code of the domain declaration
Description Description of the domain declaration
Class Selected class
Access -
: Read Read access settings
Writing Write Access Settings
Domain holder Listing
Buttons
button Description
OK Changes to the domain declaration are saved. If no changes are made, the button is locked.
New The input window is cleared.
Delete The displayed domain declaration is deleted.
Close The window is closed without saving changes. If you want to save the changes, you must press the "OK" button.

List window

Used to list the domain declarations.

Menu
Menu item Description
Edit -
: Login Register domain
: Log off (set default value 1) Log off domain
: Copy domain declarations For the domain declarations selected in the list, the window for copying domain declarations is opened
Registered domains Show registered domains
Options Call up the option window
Toolbar
Symbol Description
 new.png Create new domain declaration
 open.png Edit Domain Declaration
 delete.png Delete domain declaration
 CX_PRINTER_hardcopy.png Print Domain Declaration
 list_clear.png Reset list
 pin.png  pinned.png Create/edit notes
 copytoclipboard.png Copy to clipboard
Search fields
Field Description
ID Search by ID
Buttons
button Description
Edit The current domain declaration is displayed in the input window.
New An empty input window opens.
Delete The selected domain declaration is deleted.
Close The window is closed.


Selection window

This window is used to select a domain declaration.

Menu
Menu item Description
Options Call up the option window
Search fields
Field Description
ID Search by ID
Buttons
button Description
OK The selected domain declaration is taken over.
Close The selection is cancelled.

Registered domains

Toolbar
Symbol Description
 reload.png Update list
Fields
Field Description
List List of registered domains
Buttons
button Description
Close The window is closed.



Copy domain declarations

The domain declarations selected in the list window are listed again in the lower area of the copy window for checking purposes. After pressing the "Copy" button they are copied and overwritten with the information in the window. This allows you to quickly copy related domain declarations from one company code to another company code.

Fields
Field Description
Company code New company code of the respective copied domain declaration
Access -
: Read New read access Settings of the respective copied domains Declaration
Writing New write access Settings of the copied domains Declaration
List List of the domain declarations to be copied
Buttons
button Description
Copy The listed domain declarations are copied and overwritten with the information in the copy window
Close The window is closed without saving changes. If you want to save the changes, you must press the "OK" button.

Option window

Menu
Menu item Description
Edit -
: Set default settings The settings are reset
Fields
Field Description
Search options -
: Immediate take over in case of a hit If the search results in only one hit, this is immediately called up in the input window
Clear the list before starting a new search The list content is emptied before a new search
Buttons
button Description
OK The options are accepted and the window is closed.

Related topics


Technical documentation

Domain Declaration Base Module

Module name

domadecl.mod

Classes

CX_DOMAIN_DECLARATION

Security

In addition to restricting access rights via the class and its data fields, the module can be restricted in its use via some of the received messages.

Received messages
Message Parameters Function Security
LIST_DOMAIN_DECLARATION Collection of domain declaration objects or NULL Call up list window for domain declaration

Sent messages
Message Parameters Function Receiver module

Domain declaration Editing module

Module name

domadedt.mod

Classes

CX_DOMAIN_DECLARATION

Security

In addition to restricting access rights via the class and its data fields, the module can be restricted in its use via some of the received messages.

Received messages
Message Parameters Function Security

Sent messages
Message Parameters Function Receiver module

Domain declaration Selection module

Module name

domadsel.mod

Classes

CX_DOMAIN_DECLARATION

Security

In addition to restricting access rights via the class and its data fields, the module can be restricted in its use via some of the received messages.

Received messages
Message Parameters Function Security

Sent messages
Message Parameters Function Receiver module

Operational business